rebar software package provides Sophisticated build-tool for Erlang projects that follows OTP principles, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install rebar
rebar is installed in your system.
Make ensure the rebar package were installed using the commands given below,
$ sudo dpkg-query -l | grep rebar *
You will get with rebar package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Development |
| Package | rebar |
| Version | 2.0.0-5 |
| Description | Sophisticated build-tool for Erlang projects that follows OTP principles |
| Sub Section | devel |